Namespace IERC721

Properties

Link copied to clipboard
val chain_id: I = null
Link copied to clipboard
val contract_address: I = null
Link copied to clipboard
val id: I = null
Link copied to clipboard
val interface: text = "com.myneighboralice.IERC721"
Link copied to clipboard
val token_id: I = null

Functions

Link copied to clipboard
function assert_owner_of(account: account, instance: instance)
Link copied to clipboard
function build_id(chain_id: text, token_contract_address: byte_array, token_id: integer): text
Link copied to clipboard
function dependencies(): list<dclass>
Link copied to clipboard
function fetch_by_account(account: account, take: integer, page: integer): list<instance>
Link copied to clipboard
function fetch_by_id(chain_id: text, token_contract_address: byte_array, token_id: integer): instance
Link copied to clipboard
function fetch_by_id_if_exists(chain_id: text, token_contract_address: byte_array, token_id: integer): instance?
Link copied to clipboard
function get(): dclass
Link copied to clipboard
function get_chain_id(instance: instance): text
Link copied to clipboard
Link copied to clipboard
function get_token_id(instance: instance): integer
Link copied to clipboard
function register(account: account)